home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMSGPRINTSETUP / TMSGPRINTSETUP.txt
Text File  |  2004-10-12  |  9KB  |  400 lines

  1. object MsgPrintSetup: TMsgPrintSetup
  2.   Left = 394
  3.   Top = 194
  4.   HelpContext = 14061
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print Setup'
  8.   ClientHeight = 372
  9.   ClientWidth = 485
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Book: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 485
  27.     Height = 337
  28.     ActivePage = tsFont
  29.     Align = alTop
  30.     TabOrder = 0
  31.     OnChange = BookChange
  32.     object tsMain: TTabSheet
  33.       Caption = 'General'
  34.       object gbMargins: TGroupBox
  35.         Left = 8
  36.         Top = 8
  37.         Width = 177
  38.         Height = 225
  39.         Caption = 'Margins'
  40.         TabOrder = 0
  41.         object lLeft: TLabel
  42.           Left = 16
  43.           Top = 28
  44.           Width = 21
  45.           Height = 13
  46.           Caption = '&Left:'
  47.           FocusControl = eLeft
  48.         end
  49.         object lRight: TLabel
  50.           Left = 16
  51.           Top = 60
  52.           Width = 28
  53.           Height = 13
  54.           Caption = '&Right:'
  55.           FocusControl = eRight
  56.         end
  57.         object lTop: TLabel
  58.           Left = 16
  59.           Top = 92
  60.           Width = 22
  61.           Height = 13
  62.           Caption = '&Top:'
  63.           FocusControl = eTop
  64.         end
  65.         object lBottom: TLabel
  66.           Left = 16
  67.           Top = 124
  68.           Width = 36
  69.           Height = 13
  70.           Caption = '&Bottom:'
  71.           FocusControl = eBottom
  72.         end
  73.         object eLeft: TMaskEdit
  74.           Left = 96
  75.           Top = 24
  76.           Width = 73
  77.           Height = 21
  78.           EditMask = '99.9999;1;0'
  79.           MaxLength = 7
  80.           TabOrder = 0
  81.           Text = '  .    '
  82.         end
  83.         object eRight: TMaskEdit
  84.           Left = 96
  85.           Top = 56
  86.           Width = 73
  87.           Height = 21
  88.           EditMask = '99.9999;1;0'
  89.           MaxLength = 7
  90.           TabOrder = 1
  91.           Text = '  .    '
  92.         end
  93.         object eTop: TMaskEdit
  94.           Left = 96
  95.           Top = 88
  96.           Width = 73
  97.           Height = 21
  98.           EditMask = '99.9999;1;0'
  99.           MaxLength = 7
  100.           TabOrder = 2
  101.           Text = '  .    '
  102.         end
  103.         object eBottom: TMaskEdit
  104.           Left = 96
  105.           Top = 120
  106.           Width = 73
  107.           Height = 21
  108.           EditMask = '99.9999;1;0'
  109.           MaxLength = 7
  110.           TabOrder = 3
  111.           Text = '  .    '
  112.         end
  113.         object gbUnit: TRadioGroup
  114.           Left = 16
  115.           Top = 152
  116.           Width = 153
  117.           Height = 65
  118.           Caption = 'Units'
  119.           ItemIndex = 1
  120.           Items.Strings = (
  121.             '&Inches'
  122.             '&Millimeters')
  123.           TabOrder = 4
  124.           OnClick = gbUnitClick
  125.         end
  126.       end
  127.       object cbNumbers: TCheckBox
  128.         Left = 208
  129.         Top = 16
  130.         Width = 257
  131.         Height = 17
  132.         Caption = '&Print page numbers'
  133.         TabOrder = 1
  134.         OnClick = cbNumbersClick
  135.       end
  136.       object gbNumbers: TGroupBox
  137.         Left = 208
  138.         Top = 40
  139.         Width = 265
  140.         Height = 265
  141.         TabOrder = 2
  142.         object rgNumTop: TRadioGroup
  143.           Left = 8
  144.           Top = 16
  145.           Width = 249
  146.           Height = 33
  147.           Caption = 'Location'
  148.           Columns = 2
  149.           ItemIndex = 0
  150.           Items.Strings = (
  151.             'Top'
  152.             'Bottom')
  153.           TabOrder = 0
  154.         end
  155.         object rgNAlign: TRadioGroup
  156.           Left = 8
  157.           Top = 56
  158.           Width = 249
  159.           Height = 65
  160.           Caption = 'Alignment'
  161.           Columns = 2
  162.           ItemIndex = 1
  163.           Items.Strings = (
  164.             'Left'
  165.             'Centre'
  166.             'Right')
  167.           TabOrder = 1
  168.         end
  169.         object cbNUseTemplate: TCheckBox
  170.           Left = 8
  171.           Top = 136
  172.           Width = 249
  173.           Height = 17
  174.           Caption = '&Use the specified template:'
  175.           TabOrder = 2
  176.           OnClick = cbNUseTemplateClick
  177.         end
  178.         object eNTemplate: TMemo
  179.           Left = 8
  180.           Top = 160
  181.           Width = 249
  182.           Height = 97
  183.           Font.Charset = DEFAULT_CHARSET
  184.           Font.Color = clBlack
  185.           Font.Height = -12
  186.           Font.Name = 'Courier New'
  187.           Font.Style = []
  188.           ParentFont = False
  189.           PopupMenu = mPop
  190.           TabOrder = 3
  191.           WordWrap = False
  192.         end
  193.       end
  194.       object bSetup: TButton
  195.         Left = 8
  196.         Top = 256
  197.         Width = 177
  198.         Height = 25
  199.         Caption = '&Setup printer...'
  200.         TabOrder = 3
  201.         OnClick = bSetupClick
  202.       end
  203.     end
  204.     object tsTemplate: TTabSheet
  205.       Caption = 'Template'
  206.       object eTemplate: TMemo
  207.         Left = 0
  208.         Top = 0
  209.         Width = 477
  210.         Height = 309
  211.         Align = alClient
  212.         Font.Charset = DEFAULT_CHARSET
  213.         Font.Color = clBlack
  214.         Font.Height = -12
  215.         Font.Name = 'Courier New'
  216.         Font.Style = []
  217.         ParentFont = False
  218.         PopupMenu = mPop
  219.         TabOrder = 0
  220.         WordWrap = False
  221.       end
  222.     end
  223.     object tsFont: TTabSheet
  224.       Caption = 'Font layout'
  225.       object lNumberSample: TLabel
  226.         Left = 264
  227.         Top = 256
  228.         Width = 193
  229.         Height = 41
  230.         Alignment = taCenter
  231.         AutoSize = False
  232.         Caption = 'Sample of page footer/header'
  233.         WordWrap = True
  234.       end
  235.       object pnHTML: TPanel
  236.         Left = 16
  237.         Top = 16
  238.         Width = 225
  239.         Height = 273
  240.         BevelOuter = bvLowered
  241.         TabOrder = 0
  242.       end
  243.       object bSetFont0: TButton
  244.         Left = 264
  245.         Top = 16
  246.         Width = 193
  247.         Height = 25
  248.         Caption = '&Default font...'
  249.         TabOrder = 1
  250.         OnClick = bSetFont0Click
  251.       end
  252.       object bSetFont1: TButton
  253.         Tag = 1
  254.         Left = 264
  255.         Top = 56
  256.         Width = 193
  257.         Height = 25
  258.         Caption = '&Quotation font...'
  259.         TabOrder = 2
  260.         OnClick = bSetFont0Click
  261.       end
  262.       object bSetFont2: TButton
  263.         Tag = 2
  264.         Left = 264
  265.         Top = 96
  266.         Width = 193
  267.         Height = 25
  268.         Caption = 'PRE font (HTML only)...'
  269.         TabOrder = 3
  270.         OnClick = bSetFont0Click
  271.       end
  272.       object bSetFont3: TButton
  273.         Tag = 3
  274.         Left = 264
  275.         Top = 136
  276.         Width = 193
  277.         Height = 25
  278.         Caption = '&Hot Spot colour...'
  279.         TabOrder = 4
  280.         OnClick = bSetFont3Click
  281.       end
  282.       object bSetFont4: TButton
  283.         Tag = 4
  284.         Left = 264
  285.         Top = 216
  286.         Width = 193
  287.         Height = 25
  288.         Caption = 'Page numbers font...'
  289.         TabOrder = 5
  290.         OnClick = bSetFont0Click
  291.       end
  292.     end
  293.   end
  294.   object bMacro: TButton
  295.     Left = 8
  296.     Top = 344
  297.     Width = 75
  298.     Height = 25
  299.     Caption = '&Macros...'
  300.     TabOrder = 1
  301.     Visible = False
  302.     OnClick = bMacroClick
  303.   end
  304.   object bOK: TButton
  305.     Left = 240
  306.     Top = 344
  307.     Width = 75
  308.     Height = 25
  309.     Caption = '&OK'
  310.     Default = True
  311.     ModalResult = 1
  312.     TabOrder = 2
  313.   end
  314.   object bCancel: TButton
  315.     Left = 320
  316.     Top = 344
  317.     Width = 75
  318.     Height = 25
  319.     Cancel = True
  320.     Caption = 'Cancel'
  321.     ModalResult = 2
  322.     TabOrder = 3
  323.   end
  324.   object bHelp: TButton
  325.     Left = 400
  326.     Top = 344
  327.     Width = 75
  328.     Height = 25
  329.     Caption = 'Help'
  330.     TabOrder = 4
  331.     OnClick = bHelpClick
  332.   end
  333.   object dFont: TFontDialog
  334.     Font.Charset = DEFAULT_CHARSET
  335.     Font.Color = clWindowText
  336.     Font.Height = -11
  337.     Font.Name = 'MS Sans Serif'
  338.     Font.Style = []
  339.     Options = [fdEffects, fdApplyButton]
  340.     Left = 112
  341.     Top = 344
  342.   end
  343.   object dColor: TColorDialog
  344.     Left = 152
  345.     Top = 344
  346.   end
  347.   object mPop: TPopupMenu
  348.     Left = 208
  349.     Top = 344
  350.     object mmText: TMenuItem
  351.       Caption = '&Text'
  352.     end
  353.     object mmSender: TMenuItem
  354.       Caption = '&Sender info'
  355.     end
  356.     object mmRece: TMenuItem
  357.       Caption = '&Recipient info'
  358.     end
  359.     object mmDef: TMenuItem
  360.       Caption = '&Pre-defined fields'
  361.     end
  362.     object mmMisc: TMenuItem
  363.       Caption = '&Miscellaneous'
  364.     end
  365.     object N1: TMenuItem
  366.       Caption = '-'
  367.     end
  368.     object mtAttachFile: TMenuItem
  369.       Caption = '&Attach a file...'
  370.       ShortCut = 32801
  371.       OnClick = mtAttachFileClick
  372.     end
  373.     object mtInclude: TMenuItem
  374.       Tag = 1
  375.       Caption = '&Include template file...'
  376.       ShortCut = 32813
  377.       OnClick = mtAttachFileClick
  378.     end
  379.     object mtPut: TMenuItem
  380.       Tag = 2
  381.       Caption = 'P&ut text file...'
  382.       OnClick = mtAttachFileClick
  383.     end
  384.     object mtfCookie: TMenuItem
  385.       Tag = 3
  386.       Caption = '&Cookie from a file...'
  387.       OnClick = mtAttachFileClick
  388.     end
  389.     object Popup1: TMenuItem
  390.       Caption = 'Popup'
  391.       ShortCut = 32889
  392.       Visible = False
  393.     end
  394.   end
  395.   object dPrinter: TPrinterSetupDialog
  396.     Left = 248
  397.     Top = 344
  398.   end
  399. end
  400.